Uses of Package
edu.uky.ai.lp

Packages that use edu.uky.ai.lp 
Package Description
edu.uky.ai.lp
Contains classes for representing, playing, and displaying a game of "Hunt the Wumpus".
edu.uky.ai.lp.ai
Contains classes for creating agents who play "Hunt the Wumpus".
edu.uky.ai.lp.gui
Contains classes for drawing a GUI for "Hunt the Wumpus".
  • Classes in edu.uky.ai.lp used by edu.uky.ai.lp 
    Class Description
    Action
    Represents each of the possible actions an agent can take in the Wumpus World.
    Result
    Describes the result of a single action taken by the player, including any new information gained.
  • Classes in edu.uky.ai.lp used by edu.uky.ai.lp.ai 
    Class Description
    Action
    Represents each of the possible actions an agent can take in the Wumpus World.
    Game
    Represents the current state of a game of "Hunt the Wumpus."
    Result
    Describes the result of a single action taken by the player, including any new information gained.
  • Classes in edu.uky.ai.lp used by edu.uky.ai.lp.gui 
    Class Description
    Game
    Represents the current state of a game of "Hunt the Wumpus."